net/http.Transport.connsPerHostMu (field)
9 uses
net/http (current package)
transport.go#L109: connsPerHostMu sync.Mutex
transport.go#L848: t.connsPerHostMu.Lock()
transport.go#L854: t.connsPerHostMu.Unlock()
transport.go#L1513: t.connsPerHostMu.Lock()
transport.go#L1514: defer t.connsPerHostMu.Unlock()
transport.go#L1546: t.connsPerHostMu.Lock()
transport.go#L1547: defer t.connsPerHostMu.Unlock()
transport.go#L1583: t.connsPerHostMu.Lock()
transport.go#L1584: defer t.connsPerHostMu.Unlock()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |